home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / dh08.zip / READ.ME < prev   
Text File  |  1991-03-16  |  6KB  |  161 lines

  1. The Desktop Helper
  2. Copyright (C) 1991 Robert E. Alleger
  3. All rights reserved.
  4.  
  5. Robert E. Alleger
  6. 317 Monroe Avenue
  7. Edgewater Park, NJ 08010
  8.  
  9. CompuServe EMAIL-  70240,264
  10.  
  11.  
  12.  
  13. The Desktop Helper is a Windows 3.0 Desktop utility that provides
  14. capabilities missing from Microsoft's Program Manager while also
  15. providing the more important capabilities of the Task Manager.  The
  16. features include:
  17.  
  18.         -Convenient pop-up menu at the click of a button.
  19.  
  20.         -Pop-up menu available from any window.
  21.  
  22.         -Configurable launch list of frequently executed programs.
  23.  
  24.         -Switch to or terminate a task, even if the task is not
  25.          currently visible.
  26.  
  27.         -Pop-up file selector browser to choose a file to run.
  28.  
  29.         -No useless ICON to clutter up the desktop.
  30.  
  31.         -Small memory usage- occupies less than 20K of memory when
  32.          not in use.  When activated, small (less than 4K) segments
  33.          of program code are loaded into memory.  When finished
  34.          performing a task, Windows is free to remove these extra
  35.          segments if the memory space is needed by other applications.
  36.  
  37.  
  38. The contents of this package are:
  39.  
  40.         READ.ME    -the file you are currently reading
  41.         DH.WRI     -installation & use documentation (view with WRITE)
  42.         DH.INI     -initialization file
  43.         DH.EXE     -The Desktop Helper program
  44.     DHHOOK.DLL -library file used by DH.EXE
  45.  
  46.  
  47. The Desktop Helper is distributed as shareware.  The Desktop Helper
  48. may be freely copied and distributed for evaluation as long as the
  49. following rules are followed:
  50.  
  51.         1.  The program and the documentation (READ.ME and DH.WRI) are
  52.             not modified in any way, shape, or form.
  53.  
  54.         2.  A copy of READ.ME, DH.WRI, DH.INI, and DH.EXE are provided
  55.             with each copy of the program.
  56.  
  57.         3.  No charge, other than a media and handling charge (not to
  58.             exceed $5.00), is made.
  59.  
  60.         4.  A user may use the program for 30 days before paying the
  61.             registration fee.  If the program is used after the 30
  62.             day evaluation period, an obligation to register and pay
  63.             the registration fee is incurred.
  64.  
  65.             If at the end of this trial period you do not feel that
  66.             this program is worth the registration fee then you are
  67.             obligated to discontinue the usage of The Desktop Helper.
  68.  
  69. The registration fee for The Desktop Helper is $10 (US Dollars).
  70. Payment of this fee entitles you to technical support via electronic
  71. mail (EMAIL) and encourages the author to add new features.  See the
  72. DH.WRI file for further details.
  73.  
  74.  
  75.  
  76. *****************************
  77. * Current Bugs/Restrictions *
  78. *****************************
  79.  
  80. 1.  No known bugs.
  81.  
  82. 2.  The Desktop Helper has only be tested within the Windows 3.0
  83.     environment.  Do not assume that it will work without problem under
  84.     Windows 2.x.
  85.  
  86.  
  87.  
  88. **********************
  89. * History of Changes *
  90. **********************
  91.  
  92. ---Version 0.8---
  93. 1.  Public Release.
  94.     
  95.     Version 0.7 was only released to beta testers.
  96.  
  97.  
  98. ---Version 0.7---
  99. 1.  There is now an alternate, more convenient way to activate The
  100.     Desktop Helper.  Hold down the <Control> key while pressing the
  101.     left mouse button on top of any non-client area of any window.
  102.     Suitable non-client areas of a window are the title bar, a blank
  103.     portion of the menu bar, scroll bars, ICONs, etc.
  104.  
  105.     This method is superior to the "hot keys" method of activation that
  106.     some other launching utilities use.  Who wants to change the hot
  107.     key used when ever you install a new application/utility that happens
  108.     to use the same hot key?
  109.  
  110. 2.  In order to allow more space for user added programs, the "Launch",
  111.     "Task", "Run", "About", and "Exit" menu items have been collapsed
  112.     into one menu item called "Desktop Helper".
  113.  
  114. 3.  The maximum number of possible items that can be added to the
  115.     pop-up menu has been increased from 32 to 48 (actual mileage will
  116.     vary with vertical screen resolution).
  117.  
  118. 4.  You can now add your own separator bars to the pop-up menu by placing
  119.     the following line at the appropriate positions in the DH.INI file:
  120.  
  121.     (SEPARATOR)=
  122.  
  123.     Note that the above line must be typed exactly as stated.
  124.  
  125.     Also note that a separator counts as one of the 48 possible menu
  126.     items.
  127.  
  128. 5.  Windows caches all .INI files.  It was possible to exit The Desktop
  129.     Helper, edit DH.INI, and restart DH.EXE and not have the changes
  130.     reflected in the pop-up menu.  This problem has now been corrected.
  131.  
  132. 6.  The "Run" box now contains the prompt for optional command line
  133.     parameters and the "Run minimized" check box.  These two items used
  134.     to be in a separate dialog box that poped up after the main file
  135.     selection box.  This extra box was a mild anoyance.
  136.  
  137. 7.  It is now possible to have a program located on the launch menu to
  138.     prompt for command line parameters.  This is done by placing a
  139.     question mark as the very first character in front of the program
  140.     name.  For example, to prompt for command line input when selecting
  141.     the Write program the entry in DH.INI should like like this:
  142.  
  143.         Write=?write.exe
  144.  
  145. 8.  The "About" box now contains a button to allow you to register your
  146.     copy of The Desktop Helper.  A registration number will be provided
  147.     when you submit your registration fee.
  148.  
  149.  
  150. ---Version 0.6---
  151. 1.  It was possible for Windows to crash when selecting a program to
  152.     launch from the pop-up menu if Windows was running in Real or
  153.     Standard mode.
  154.  
  155. 2.  If the Windows Debugging Kernel was running, The Desktop Helper
  156.     would cause a problem to be reported.
  157.  
  158.  
  159. ---Version 0.5---
  160. 1.  First general release to the public.
  161.